home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 28
/
Aminet 28 (1998)(GTI - Schatztruhe)[!][Dec 1998].iso
/
Aminet
/
comm
/
maxs
/
MaxRexx.lha
/
MAXREXX
/
Examples
/
quit.rexx
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
OS/2 REXX Batch file
|
1980-03-10
|
324 b
|
22 lines
/*
Quit.Rexx - Min MAXREXX Version 1.2
To use this script properly, run it from a shell with the following:-
RX quit.rexx <line>
So to quit MaxRexx on Line 2 use:-
RX quit.rexx 2
To quit from MaxRexx on a Local Login use:-
RX quit.rexx 0
*/
line=arg(1)
port='ADDRESS MAXSERVE'line
Interpret port
OPTIONS RESULTS
$END